home *** CD-ROM | disk | FTP | other *** search
/ Cine Live 59 / Cine Live 59.iso / pc / Data / Interface / e3.k < prev    next >
Encoding:
Text File  |  2002-06-05  |  24.7 KB  |  1,190 lines

  1. module oRoot1 is cBox
  2. with 
  3.     Flags is $00000152; 
  4.     release Editor:
  5.         IOWindow is {$0000013D,$00000043,$0000029E,$00000378,$00000000,$FFFFFF6E,$00000000,$00000000};
  6.         LayoutWindow is {$000000AD,$000000F9,$0000032F,$00000267,$00000000,$00000000,$00000064,$00000000};
  7.     end;
  8.     Name is "Root"; 
  9.     Enabled is false; 
  10.     
  11.     Width is 800; Height is 600; 
  12.     
  13.     
  14.     Elements is [
  15.         oFond2,
  16.         ob13,
  17.         ob24,
  18.         ob35,
  19.         ob46,
  20.         ob57,
  21.         ob68,
  22.         ob79,
  23.         ob810,
  24.         ob911,
  25.         ob1012,
  26.         ob1113,
  27.         ob1214,
  28.         of115,
  29.         of216,
  30.         of317,
  31.         of418,
  32.         of519,
  33.         of620,
  34.         of721,
  35.         of822,
  36.         of923,
  37.         of1024,
  38.         of1125,
  39.         of1226,
  40.         oInternet27,
  41.         ol128,
  42.         ol229,
  43.         oI330,
  44.         oBouton_Fiche32,
  45.         oBouton_Imprimer33,
  46.         oBouton_Sommaire34,
  47.         oBouton_Photos35,
  48.         oBouton_Vid_o36,
  49.         oFiche_Technique37,
  50.         oTexte_RTF38,
  51.         ovid_o39,
  52.         oglobal40
  53.     ];
  54.     Events is [
  55.         cOffscreenEvent
  56.         with 
  57.             Commands is [
  58.                 cPixelTool_IfSystemCommand
  59.                 with 
  60.                     Commands is [
  61.                         cSwitchURLCommand
  62.                         with Target is oFond2; URL is "../Images/s3m.jpg"; end,
  63.                         cDragCommand
  64.                         with Target is ovid_o39; Mode is DragTo; X is 631; Y is 442; end,
  65.                         cGrowCommand
  66.                         with Target is ovid_o39; Mode is GrowTo; X is 160; Y is 120; end,
  67.                         cShowCommand
  68.                         with Target is ovid_o39; end,
  69.                         cEnableCommand
  70.                         with Target is ovid_o39; end,
  71.                         cRunCommand
  72.                         with Target is ovid_o39; Rewind is true; end
  73.                     ];
  74.                 end,
  75.                 cPixelTool_IfSystemCommand
  76.                 with SetMode is IsWinTest; 
  77.                     Commands is [
  78.                         cDragCommand
  79.                         with Target is ovid_o39; Mode is DragTo; X is 615; Y is 418; end,
  80.                         cGrowCommand
  81.                         with Target is ovid_o39; Mode is GrowTo; X is 176; Y is 144; end,
  82.                         cShowCommand
  83.                         with Target is ovid_o39; end,
  84.                         cEnableCommand
  85.                         with Target is ovid_o39; end,
  86.                         cRunCommand
  87.                         with Target is ovid_o39; Rewind is true; end
  88.                     ];
  89.                 end
  90.             ];
  91.         end,
  92.         cKeyboardEvent
  93.         with Test is IsSpace; 
  94.             Commands is [
  95.                 cRunCommand
  96.                 with Flags is $00000004; Target is ovid_o39; Mode is Toggle; end
  97.             ];
  98.         end,
  99.         cKeyboardEvent
  100.         with Value is "+"; 
  101.             Commands is [
  102.                 cSetVolumeCommand
  103.                 with Mode is ExecuteHigher; end
  104.             ];
  105.         end,
  106.         cKeyboardEvent
  107.         with Value is "-"; 
  108.             Commands is [
  109.                 cSetVolumeCommand
  110.                 with Flags is $00000004; Mode is ExecuteLower; end
  111.             ];
  112.         end,
  113.         cKeyboardEvent
  114.         with Value is "m"; 
  115.             Commands is [
  116.                 cRunCommand
  117.                 with Flags is $00000004; Mode is Toggle; Rewind is true; end
  118.             ];
  119.         end
  120.     ];
  121. end;
  122.  
  123. object oFond2 is cImage
  124. with 
  125.     Flags is $00000150; 
  126.     Name is "Fond"; 
  127.     Enabled is false; Cursor is oEmptyCursor; 
  128.     AdjustX is AlignToCenter; AdjustY is AlignToTop; 
  129.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  130.     
  131.     URL is "../Images/s3p.jpg"; 
  132.     
  133.     
  134.     Events is [
  135.         cOnscreenEvent
  136.         with Flags is $00000004; 
  137.             Commands is [
  138.                 cTokenCommand
  139.                 with Flags is $00000004; TokenName is "stop"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  140.             ];
  141.         end
  142.     ];
  143. end;
  144.  
  145. object ob13 is cImage
  146. with 
  147.     Name is "b1"; 
  148.     Enabled is false; Shown is false; 
  149.     X is -21; Y is 166; 
  150.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  151.     
  152.     URL is "../Images/BOUTONV2.psd"; 
  153.     Bitmapped is false; Mode is 260; 
  154.     
  155. end;
  156.  
  157. object ob24 is cImage
  158. with 
  159.     Name is "b2"; 
  160.     Enabled is false; Shown is false; 
  161.     X is -21; Y is 191; 
  162.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  163.     
  164.     URL is "../Images/BOUTONV2.psd"; 
  165.     Mode is 260; 
  166.     
  167. end;
  168.  
  169. object ob35 is cImage
  170. with 
  171.     Name is "b3"; 
  172.     Enabled is false; Shown is false; 
  173.     X is -21; Y is 216; 
  174.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  175.     
  176.     URL is "../Images/BOUTONV2.psd"; 
  177.     Mode is 260; 
  178.     
  179. end;
  180.  
  181. object ob46 is cImage
  182. with 
  183.     release Editor:
  184.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  185.     end;
  186.     Name is "b4"; 
  187.     Enabled is false; Shown is false; 
  188.     X is -21; Y is 240; 
  189.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  190.     
  191.     URL is "../Images/BOUTONV2.psd"; 
  192.     Mode is 260; 
  193.     
  194. end;
  195.  
  196. object ob57 is cImage
  197. with 
  198.     release Editor:
  199.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  200.     end;
  201.     Name is "b5"; 
  202.     Enabled is false; Shown is false; 
  203.     X is -21; Y is 271; 
  204.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  205.     
  206.     URL is "../Images/BOUTONV2.psd"; 
  207.     Mode is 260; 
  208.     
  209. end;
  210.  
  211. object ob68 is cImage
  212. with 
  213.     release Editor:
  214.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  215.     end;
  216.     Name is "b6"; 
  217.     Enabled is false; Shown is false; 
  218.     X is -21; Y is 308; 
  219.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  220.     
  221.     URL is "../Images/BOUTONV2.psd"; 
  222.     Mode is 260; 
  223.     
  224. end;
  225.  
  226. object ob79 is cImage
  227. with 
  228.     Name is "b7"; 
  229.     Enabled is false; Shown is false; 
  230.     X is -21; Y is 338; 
  231.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  232.     
  233.     URL is "../Images/BOUTONV2.psd"; 
  234.     Mode is 260; 
  235.     
  236. end;
  237.  
  238. object ob810 is cImage
  239. with 
  240.     Name is "b8"; 
  241.     Enabled is false; Shown is false; 
  242.     X is -21; Y is 364; 
  243.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  244.     
  245.     URL is "../Images/BOUTONV2.psd"; 
  246.     Mode is 260; 
  247.     
  248. end;
  249.  
  250. object ob911 is cImage
  251. with 
  252.     Name is "b9"; 
  253.     Enabled is false; Shown is false; 
  254.     X is -21; Y is 389; 
  255.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  256.     
  257.     URL is "../Images/BOUTONV2.psd"; 
  258.     Mode is 260; 
  259.     
  260. end;
  261.  
  262. object ob1012 is cImage
  263. with 
  264.     release Editor:
  265.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  266.     end;
  267.     Name is "b10"; 
  268.     Enabled is false; Shown is false; 
  269.     X is -21; Y is 412; 
  270.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  271.     
  272.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  273.     Mode is 260; 
  274.     
  275. end;
  276.  
  277. object ob1113 is cImage
  278. with 
  279.     Name is "b11"; 
  280.     Enabled is false; Shown is false; 
  281.     X is -21; Y is 437; 
  282.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  283.     
  284.     URL is "../../DATA/Images/BOUTONV2.psd"; 
  285.     Mode is 260; 
  286.     
  287. end;
  288.  
  289. object ob1214 is cImage
  290. with 
  291.     release Editor:
  292.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  293.     end;
  294.     Name is "b12"; 
  295.     Enabled is false; Shown is false; 
  296.     X is -25; Y is 463; 
  297.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  298.     
  299.     URL is "../Images/BOUTONV2.psd"; 
  300.     Bitmapped is false; Mode is 260; 
  301.     
  302. end;
  303.  
  304. object of115 is cBox
  305. with 
  306.     release Editor:
  307.         IOWindow is {$000000A3,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  308.     end;
  309.     Name is "f1"; 
  310.     Cursor is oFingerCursor; 
  311.     X is -1; Y is 182; 
  312.     Width is 162; Height is 27; 
  313.     
  314.     
  315.     Events is [
  316.         cMouseEnterEvent
  317.         with Flags is $00000004; 
  318.             Commands is [
  319.                 cShowCommand
  320.                 with Flags is $00000004; Target is ob13; end
  321.             ];
  322.         end,
  323.         cMouseLeaveEvent
  324.         with Flags is $00000004; 
  325.             Commands is [
  326.                 cShowCommand
  327.                 with Flags is $00000004; Target is ob13; Mode is Clear; end
  328.             ];
  329.         end,
  330.         cMouseUpEvent
  331.         with Flags is $00000004; Flag is true; 
  332.             Commands is [
  333.                 cBrowseCommand
  334.                 with Flags is $00000004; URL is "e1.k"; end
  335.             ];
  336.         end
  337.     ];
  338. end;
  339.  
  340. object of216 is cBox
  341. with 
  342.     Name is "f2"; 
  343.     Cursor is oFingerCursor; 
  344.     Y is 207; 
  345.     Width is 160; Height is 26; 
  346.     
  347.     
  348.     Events is [
  349.         cMouseEnterEvent
  350.         with 
  351.             Commands is [
  352.                 cShowCommand
  353.                 with Target is ob24; end
  354.             ];
  355.         end,
  356.         cMouseLeaveEvent
  357.         with 
  358.             Commands is [
  359.                 cShowCommand
  360.                 with Target is ob24; Mode is Clear; end
  361.             ];
  362.         end,
  363.         cMouseUpEvent
  364.         with Flag is true; 
  365.             Commands is [
  366.                 cBrowseCommand
  367.                 with URL is "e2.k"; end
  368.             ];
  369.         end
  370.     ];
  371. end;
  372.  
  373. object of317 is cBox
  374. with 
  375.     Flags is $00000150; 
  376.     Name is "f3"; 
  377.     Cursor is oFingerCursor; 
  378.     Y is 233; 
  379.     Width is 162; Height is 24; 
  380.     
  381.     
  382.     Events is [
  383.         cMouseEnterEvent
  384.         with Flags is $00000004; 
  385.             Commands is [
  386.                 cShowCommand
  387.                 with Flags is $00000004; Target is ob35; end
  388.             ];
  389.         end,
  390.         cMouseLeaveEvent
  391.         with Flags is $00000004; 
  392.             Commands is [
  393.                 cShowCommand
  394.                 with Flags is $00000004; Target is ob35; Mode is Clear; end
  395.             ];
  396.         end,
  397.         cMouseUpEvent
  398.         with Flags is $00000004; Flag is true; 
  399.             Commands is [
  400.                 cBrowseCommand
  401.                 with Flags is $00000004; URL is "e3.k"; end
  402.             ];
  403.         end
  404.     ];
  405. end;
  406.  
  407. object of418 is cBox
  408. with 
  409.     Name is "f4"; 
  410.     Cursor is oFingerCursor; 
  411.     Y is 255; 
  412.     Width is 161; Height is 28; 
  413.     
  414.     
  415.     Events is [
  416.         cMouseEnterEvent
  417.         with 
  418.             Commands is [
  419.                 cShowCommand
  420.                 with Target is ob46; end
  421.             ];
  422.         end,
  423.         cMouseLeaveEvent
  424.         with 
  425.             Commands is [
  426.                 cShowCommand
  427.                 with Target is ob46; Mode is Clear; end
  428.             ];
  429.         end,
  430.         cMouseUpEvent
  431.         with Flag is true; 
  432.             Commands is [
  433.                 cBrowseCommand
  434.                 with URL is "e4.k"; end
  435.             ];
  436.         end
  437.     ];
  438. end;
  439.  
  440. object of519 is cBox
  441. with 
  442.     Name is "f5"; 
  443.     Cursor is oFingerCursor; 
  444.     Y is 286; 
  445.     Width is 163; Height is 28; 
  446.     
  447.     
  448.     Events is [
  449.         cMouseEnterEvent
  450.         with 
  451.             Commands is [
  452.                 cShowCommand
  453.                 with Target is ob57; end
  454.             ];
  455.         end,
  456.         cMouseLeaveEvent
  457.         with 
  458.             Commands is [
  459.                 cShowCommand
  460.                 with Target is ob57; Mode is Clear; end
  461.             ];
  462.         end,
  463.         cMouseUpEvent
  464.         with Flag is true; 
  465.             Commands is [
  466.                 cBrowseCommand
  467.                 with URL is "e5.k"; end
  468.             ];
  469.         end
  470.     ];
  471. end;
  472.  
  473. object of620 is cBox
  474. with 
  475.     Flags is $00000150; 
  476.     Name is "f6"; 
  477.     Cursor is oFingerCursor; 
  478.     Y is 323; 
  479.     Width is 163; Height is 28; 
  480.     
  481.     
  482.     Events is [
  483.         cMouseEnterEvent
  484.         with Flags is $00000004; 
  485.             Commands is [
  486.                 cShowCommand
  487.                 with Flags is $00000004; Target is ob68; end
  488.             ];
  489.         end,
  490.         cMouseLeaveEvent
  491.         with Flags is $00000004; 
  492.             Commands is [
  493.                 cShowCommand
  494.                 with Flags is $00000004; Target is ob68; Mode is Clear; end
  495.             ];
  496.         end,
  497.         cMouseUpEvent
  498.         with Flags is $00000004; Flag is true; 
  499.             Commands is [
  500.                 cBrowseCommand
  501.                 with Flags is $00000004; URL is "e6.k"; end
  502.             ];
  503.         end
  504.     ];
  505. end;
  506.  
  507. object of721 is cBox
  508. with 
  509.     Name is "f7"; 
  510.     Cursor is oFingerCursor; 
  511.     Y is 354; 
  512.     Width is 160; Height is 26; 
  513.     
  514.     
  515.     Events is [
  516.         cMouseEnterEvent
  517.         with 
  518.             Commands is [
  519.                 cShowCommand
  520.                 with Target is ob79; end
  521.             ];
  522.         end,
  523.         cMouseLeaveEvent
  524.         with 
  525.             Commands is [
  526.                 cShowCommand
  527.                 with Target is ob79; Mode is Clear; end
  528.             ];
  529.         end,
  530.         cMouseUpEvent
  531.         with Flag is true; 
  532.             Commands is [
  533.                 cBrowseCommand
  534.                 with URL is "e7.k"; end
  535.             ];
  536.         end
  537.     ];
  538. end;
  539.  
  540. object of822 is cBox
  541. with 
  542.     Name is "f8"; 
  543.     Cursor is oFingerCursor; 
  544.     Y is 378; 
  545.     Width is 160; Height is 27; 
  546.     
  547.     
  548.     Events is [
  549.         cMouseEnterEvent
  550.         with 
  551.             Commands is [
  552.                 cShowCommand
  553.                 with Target is ob810; end
  554.             ];
  555.         end,
  556.         cMouseLeaveEvent
  557.         with 
  558.             Commands is [
  559.                 cShowCommand
  560.                 with Target is ob810; Mode is Clear; end
  561.             ];
  562.         end,
  563.         cMouseUpEvent
  564.         with Flag is true; 
  565.             Commands is [
  566.                 cBrowseCommand
  567.                 with URL is "e8.k"; end
  568.             ];
  569.         end
  570.     ];
  571. end;
  572.  
  573. object of923 is cBox
  574. with 
  575.     Name is "f9"; 
  576.     Cursor is oFingerCursor; 
  577.     Y is 404; 
  578.     Width is 163; Height is 25; 
  579.     
  580.     
  581.     Events is [
  582.         cMouseEnterEvent
  583.         with 
  584.             Commands is [
  585.                 cShowCommand
  586.                 with Target is ob911; end
  587.             ];
  588.         end,
  589.         cMouseLeaveEvent
  590.         with 
  591.             Commands is [
  592.                 cShowCommand
  593.                 with Target is ob911; Mode is Clear; end
  594.             ];
  595.         end,
  596.         cMouseUpEvent
  597.         with Flag is true; 
  598.             Commands is [
  599.                 cBrowseCommand
  600.                 with URL is "e9.k"; end
  601.             ];
  602.         end
  603.     ];
  604. end;
  605.  
  606. object of1024 is cBox
  607. with 
  608.     Name is "f10"; 
  609.     Cursor is oFingerCursor; 
  610.     X is 1; Y is 428; 
  611.     Width is 161; Height is 28; 
  612.     
  613.     
  614.     Events is [
  615.         cMouseEnterEvent
  616.         with 
  617.             Commands is [
  618.                 cShowCommand
  619.                 with Target is ob1012; end
  620.             ];
  621.         end,
  622.         cMouseLeaveEvent
  623.         with 
  624.             Commands is [
  625.                 cShowCommand
  626.                 with Target is ob1012; Mode is Clear; end
  627.             ];
  628.         end,
  629.         cMouseUpEvent
  630.         with Flag is true; 
  631.             Commands is [
  632.                 cBrowseCommand
  633.                 with URL is "e10.k"; end
  634.             ];
  635.         end
  636.     ];
  637. end;
  638.  
  639. object of1125 is cBox
  640. with 
  641.     Flags is $00000150; 
  642.     Name is "f11"; 
  643.     Cursor is oFingerCursor; 
  644.     Y is 451; 
  645.     Width is 161; Height is 28; 
  646.     
  647.     
  648.     Events is [
  649.         cMouseEnterEvent
  650.         with Flags is $00000004; 
  651.             Commands is [
  652.                 cShowCommand
  653.                 with Flags is $00000004; Target is ob1113; end
  654.             ];
  655.         end,
  656.         cMouseLeaveEvent
  657.         with Flags is $00000004; 
  658.             Commands is [
  659.                 cShowCommand
  660.                 with Flags is $00000004; Target is ob1113; Mode is Clear; end
  661.             ];
  662.         end,
  663.         cMouseUpEvent
  664.         with Flags is $00000004; Flag is true; 
  665.             Commands is [
  666.                 cBrowseCommand
  667.                 with Flags is $00000004; URL is "e11.k"; end
  668.             ];
  669.         end
  670.     ];
  671. end;
  672.  
  673. object of1226 is cBox
  674. with 
  675.     Flags is $00000150; 
  676.     Name is "f12"; 
  677.     Cursor is oFingerCursor; 
  678.     X is -1; Y is 477; 
  679.     Width is 162; Height is 27; 
  680.     
  681.     
  682.     Events is [
  683.         cMouseEnterEvent
  684.         with Flags is $00000004; 
  685.             Commands is [
  686.                 cShowCommand
  687.                 with Flags is $00000004; Target is ob1214; end
  688.             ];
  689.         end,
  690.         cMouseLeaveEvent
  691.         with Flags is $00000004; 
  692.             Commands is [
  693.                 cShowCommand
  694.                 with Flags is $00000004; Target is ob1214; Mode is Clear; end
  695.             ];
  696.         end,
  697.         cMouseUpEvent
  698.         with Flags is $00000004; Flag is true; 
  699.             Commands is [
  700.                 cBrowseCommand
  701.                 with Flags is $00000004; URL is "e12.k"; end
  702.             ];
  703.         end
  704.     ];
  705. end;
  706.  
  707. object oInternet27 is cBox
  708. with 
  709.     Flags is $00000150; 
  710.     Name is "Internet"; 
  711.     Cursor is oEarthCursor; 
  712.     X is 260; Y is 540; 
  713.     Width is 202; Height is 19; 
  714.     
  715.     
  716.     Events is [
  717.         cMouseUpEvent
  718.         with Flags is $00000004; Flag is true; 
  719.             Commands is [
  720.                 cLaunchCommand
  721.                 with Flags is $00000004; URL is "http://collateraldamage.warnerbros.com"; URLOption is GetSiteURL; Mode is ExecuteBrowser; end
  722.             ];
  723.         end
  724.     ];
  725. end;
  726.  
  727. object ol128 is cBox
  728. with 
  729.     Flags is $00000150; 
  730.     release Editor:
  731.         IOWindow is {$000000AF,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
  732.     end;
  733.     Name is "l1"; 
  734.     Cursor is oFingerCursor; 
  735.     X is 261; Y is 499; 
  736.     Width is 75; Height is 19; 
  737.     
  738.     
  739.     Events is [
  740.         cMouseUpEvent
  741.         with Flags is $00000004; Flag is true; 
  742.             Commands is [
  743.                 cIfCookieCommand
  744.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  745.                     Commands is [
  746.                         cTokenCommand
  747.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  748.                     ];
  749.                 end,
  750.                 cBrowseCommand
  751.                 with Flags is $00000004; URL is "f10.k"; end
  752.             ];
  753.         end
  754.     ];
  755. end;
  756.  
  757. object ol229 is cBox
  758. with 
  759.     Flags is $00000150; 
  760.     Name is "l2"; 
  761.     Cursor is oFingerCursor; 
  762.     X is 224; Y is 519; 
  763.     Width is 122; Height is 19; 
  764.     
  765.     
  766.     Events is [
  767.         cMouseUpEvent
  768.         with Flags is $00000004; Flag is true; 
  769.             Commands is [
  770.                 cIfCookieCommand
  771.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  772.                     Commands is [
  773.                         cTokenCommand
  774.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  775.                     ];
  776.                 end,
  777.                 cBrowseCommand
  778.                 with Flags is $00000004; URL is "f30.k"; end
  779.             ];
  780.         end
  781.     ];
  782. end;
  783.  
  784. object oI330 is cBox
  785. with 
  786.     Flags is $00000150; 
  787.     Name is "I3"; 
  788.     Cursor is oFingerCursor; 
  789.     X is 347; Y is 520; 
  790.     Width is 66; Height is 18; 
  791.     
  792.     
  793.     Events is [
  794.         cMouseUpEvent
  795.         with Flags is $00000004; Flag is true; 
  796.             Commands is [
  797.                 cIfCookieCommand
  798.                 with Flags is $00000004; CookieName is "zique"; Value is "oui"; 
  799.                     Commands is [
  800.                         cTokenCommand
  801.                         with Flags is $00000004; TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  802.                     ];
  803.                 end,
  804.                 cBrowseCommand
  805.                 with Flags is $00000004; URL is "f20.k"; end
  806.             ];
  807.         end
  808.     ];
  809. end;
  810.  
  811. object oBouton_Fiche32 is cImage
  812. with 
  813.     Flags is $00000150; 
  814.     Name is "Bouton Fiche"; 
  815.     Shown is false; Cursor is oFingerCursor; 
  816.     X is 167; Y is 573; 
  817.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  818.     
  819.     URL is "../Images/%E9cran%20fiche.jpg"; 
  820.     
  821.     
  822.     Events is [
  823.         cMouseEnterEvent
  824.         with Flags is $00000004; 
  825.             Commands is [
  826.                 cShowCommand
  827.                 with Flags is $00000004; Target is oTargetSelf; end
  828.             ];
  829.         end,
  830.         cMouseLeaveEvent
  831.         with Flags is $00000004; 
  832.             Commands is [
  833.                 cShowCommand
  834.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  835.             ];
  836.         end,
  837.         cMouseUpEvent
  838.         with Flags is $00000004; Flag is true; 
  839.             Commands is [
  840.                 cShowCommand
  841.                 with Flags is $00000004; Target is oFiche_Technique37; Mode is Toggle; end,
  842.                 cEnableCommand
  843.                 with Flags is $00000004; Target is oFiche_Technique37; Mode is Toggle; end
  844.             ];
  845.         end
  846.     ];
  847. end;
  848.  
  849. object oBouton_Imprimer33 is cImage
  850. with 
  851.     Flags is $00000150; 
  852.     Name is "Bouton Imprimer"; 
  853.     Shown is false; Cursor is oFingerCursor; 
  854.     X is 321; Y is 573; 
  855.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  856.     
  857.     URL is "../Images/%E9cran%20imprimer.jpg"; 
  858.     
  859.     
  860.     Events is [
  861.         cMouseEnterEvent
  862.         with Flags is $00000004; 
  863.             Commands is [
  864.                 cShowCommand
  865.                 with Flags is $00000004; Target is oTargetSelf; end
  866.             ];
  867.         end,
  868.         cMouseLeaveEvent
  869.         with Flags is $00000004; 
  870.             Commands is [
  871.                 cShowCommand
  872.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  873.             ];
  874.         end,
  875.         cMouseUpEvent
  876.         with Flags is $00000004; Flag is true; 
  877.             Commands is [
  878.                 cPrintCommand
  879.                 with Target is oTexte_RTF38; end
  880.             ];
  881.         end
  882.     ];
  883. end;
  884.  
  885. object oBouton_Sommaire34 is cImage
  886. with 
  887.     Name is "Bouton Sommaire"; 
  888.     Shown is false; Cursor is oFingerCursor; 
  889.     X is 13; Y is 573; 
  890.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  891.     
  892.     URL is "../Images/%E9cran%20somm.jpg"; 
  893.     
  894.     
  895.     Events is [
  896.         cMouseEnterEvent
  897.         with 
  898.             Commands is [
  899.                 cShowCommand
  900.                 with Target is oTargetSelf; end
  901.             ];
  902.         end,
  903.         cMouseLeaveEvent
  904.         with 
  905.             Commands is [
  906.                 cShowCommand
  907.                 with Target is oTargetSelf; Mode is Clear; end
  908.             ];
  909.         end,
  910.         cMouseUpEvent
  911.         with Flag is true; 
  912.             Commands is [
  913.                 cIfCookieCommand
  914.                 with CookieName is "zique"; Value is "oui"; 
  915.                     Commands is [
  916.                         cTokenCommand
  917.                         with TokenName is "run"; Mode is ExecuteTargetUpwards; Target is oRoot1; end
  918.                     ];
  919.                 end,
  920.                 cBrowseCommand
  921.                 with URL is "sommaire.k"; end
  922.             ];
  923.         end
  924.     ];
  925. end;
  926.  
  927. object oBouton_Photos35 is cImage
  928. with 
  929.     Flags is $00000150; 
  930.     Name is "Bouton Photos"; 
  931.     Shown is false; Cursor is oFingerCursor; 
  932.     X is 475; Y is 573; 
  933.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  934.     
  935.     URL is "../Images/%E9cran%20photo.jpg"; 
  936.     
  937.     
  938.     Events is [
  939.         cMouseEnterEvent
  940.         with Flags is $00000004; 
  941.             Commands is [
  942.                 cShowCommand
  943.                 with Flags is $00000004; Target is oTargetSelf; end
  944.             ];
  945.         end,
  946.         cMouseLeaveEvent
  947.         with Flags is $00000004; 
  948.             Commands is [
  949.                 cShowCommand
  950.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  951.             ];
  952.         end,
  953.         cMouseUpEvent
  954.         with Flags is $00000004; Flag is true; 
  955.             Commands is [
  956.                 cBrowseCommand
  957.                 with URL is "e3s.k"; end
  958.             ];
  959.         end
  960.     ];
  961. end;
  962.  
  963. object oBouton_Vid_o36 is cImage
  964. with 
  965.     Flags is $00000150; 
  966.     Name is "Bouton Vid\$E9o"; 
  967.     Shown is false; Cursor is oFingerCursor; 
  968.     X is 629; Y is 573; 
  969.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  970.     
  971.     URL is "../Images/%E9cran%20vid%E9o.jpg"; 
  972.     
  973.     
  974.     Events is [
  975.         cMouseEnterEvent
  976.         with Flags is $00000004; 
  977.             Commands is [
  978.                 cShowCommand
  979.                 with Flags is $00000004; Target is oTargetSelf; end
  980.             ];
  981.         end,
  982.         cMouseLeaveEvent
  983.         with Flags is $00000004; 
  984.             Commands is [
  985.                 cShowCommand
  986.                 with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
  987.             ];
  988.         end,
  989.         cMouseUpEvent
  990.         with Flags is $00000004; Flag is true; 
  991.             Commands is [
  992.                 cRunCommand
  993.                 with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  994.                 cEnableCommand
  995.                 with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  996.                 cShowCommand
  997.                 with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  998.                 cDragCommand
  999.                 with Flags is $00000004; Target is ovid_o39; Mode is DragTo; end,
  1000.                 cGrowCommand
  1001.                 with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 800; Y is 600; end,
  1002.                 cShowCommand
  1003.                 with Flags is $00000004; Target is ovid_o39; end,
  1004.                 cEnableCommand
  1005.                 with Flags is $00000004; Target is ovid_o39; end,
  1006.                 cRunCommand
  1007.                 with Flags is $00000004; Target is ovid_o39; Rewind is true; end,
  1008.                 cEnableCommand
  1009.                 with Flags is $00000004; Target is oglobal40; end
  1010.             ];
  1011.         end
  1012.     ];
  1013. end;
  1014.  
  1015. object oFiche_Technique37 is cImage
  1016. with 
  1017.     Flags is $00000150; 
  1018.     Name is "Fiche Technique"; 
  1019.     Region is {$FFFF000A,$00010000,$01AC0188};
  1020.     Enabled is false; Shown is false; Cursor is oFingerCursor; 
  1021.     X is 132; Y is 41; 
  1022.     AdjustWidth is GetDataWidth; AdjustHeight is GetDataHeight; 
  1023.     
  1024.     URL is "../Images/t3.jpg"; 
  1025.     
  1026.     
  1027.     Events is [
  1028.         cMouseUpEvent
  1029.         with Flags is $00000004; Flag is true; 
  1030.             Commands is [
  1031.                 cShowCommand
  1032.                 with Flags is $00000004; Target is oFiche_Technique37; Mode is Clear; end,
  1033.                 cEnableCommand
  1034.                 with Flags is $00000004; Target is oFiche_Technique37; Mode is Clear; end
  1035.             ];
  1036.         end
  1037.     ];
  1038. end;
  1039.  
  1040. object oTexte_RTF38 is cRTFText
  1041. with 
  1042.     Flags is $00000550; 
  1043.     Name is "Texte RTF"; 
  1044.     Enabled is false; Shown is false; 
  1045.     Y is -160; 
  1046.     AdjustWidth is GetLayoutWidth; AdjustHeight is GetDataHeight; 
  1047.     
  1048.     URL is "../Textes/s3.rtf"; 
  1049.     
  1050.     
  1051. end;
  1052.  
  1053. object ovid_o39 is cMPEGMovie
  1054. with 
  1055.     Flags is $00008151; 
  1056.     Name is "vid\$E9o"; 
  1057.     Shown is false; Cursor is oFingerCursor; 
  1058.     X is 615; Y is 418; 
  1059.     Width is 176; Height is 144; 
  1060.     
  1061.     URL is "../Videos/s3.mpg"; 
  1062.     Events is [
  1063.         cMouseUpEvent
  1064.         with Flags is $00004004; Flag is true; 
  1065.             Commands is [
  1066.                 cRunCommand
  1067.                 with Flags is $00004004; Target is ovid_o39; Mode is Clear; end,
  1068.                 cEnableCommand
  1069.                 with Flags is $00004004; Target is ovid_o39; Mode is Clear; end,
  1070.                 cShowCommand
  1071.                 with Flags is $00004004; Target is ovid_o39; Mode is Clear; end,
  1072.                 cDragCommand
  1073.                 with Flags is $00004004; Target is ovid_o39; Mode is DragTo; end,
  1074.                 cGrowCommand
  1075.                 with Flags is $00004004; Target is ovid_o39; Mode is GrowTo; X is 800; Y is 600; end,
  1076.                 cShowCommand
  1077.                 with Flags is $00004004; Target is ovid_o39; end,
  1078.                 cEnableCommand
  1079.                 with Flags is $00004004; Target is ovid_o39; end,
  1080.                 cRunCommand
  1081.                 with Flags is $00004004; Target is ovid_o39; Rewind is true; end,
  1082.                 cEnableCommand
  1083.                 with Flags is $00004004; Target is oglobal40; end
  1084.             ];
  1085.         end,
  1086.         cFinishedEvent
  1087.         with Flags is $00004004; 
  1088.             Commands is [
  1089.                 cPixelTool_IfSystemCommand
  1090.                 with Flags is $00004004; 
  1091.                     Commands is [
  1092.                         cDragCommand
  1093.                         with Flags is $00004004; Target is ovid_o39; Mode is DragTo; X is 631; Y is 442; end,
  1094.                         cGrowCommand
  1095.                         with Flags is $00004004; Target is ovid_o39; Mode is GrowTo; X is 160; Y is 120; end,
  1096.                         cEnableCommand
  1097.                         with Flags is $00004004; Target is oglobal40; Mode is Clear; end,
  1098.                         cShowCommand
  1099.                         with Flags is $00004004; Target is ovid_o39; end,
  1100.                         cEnableCommand
  1101.                         with Flags is $00004004; Target is ovid_o39; end,
  1102.                         cRunCommand
  1103.                         with Flags is $00004004; Target is ovid_o39; Rewind is true; end
  1104.                     ];
  1105.                 end,
  1106.                 cPixelTool_IfSystemCommand
  1107.                 with Flags is $00004004; SetMode is IsWinTest; 
  1108.                     Commands is [
  1109.                         cDragCommand
  1110.                         with Flags is $00004004; Target is ovid_o39; Mode is DragTo; X is 615; Y is 418; end,
  1111.                         cGrowCommand
  1112.                         with Flags is $00004004; Target is ovid_o39; Mode is GrowTo; X is 176; Y is 144; end,
  1113.                         cEnableCommand
  1114.                         with Flags is $00004004; Target is oglobal40; Mode is Clear; end,
  1115.                         cShowCommand
  1116.                         with Flags is $00004004; Target is ovid_o39; end,
  1117.                         cEnableCommand
  1118.                         with Flags is $00004004; Target is ovid_o39; end,
  1119.                         cRunCommand
  1120.                         with Flags is $00004004; Target is ovid_o39; Rewind is true; end
  1121.                     ];
  1122.                 end
  1123.             ];
  1124.         end
  1125.     ];
  1126. end;
  1127.  
  1128. object oglobal40 is cBox
  1129. with 
  1130.     Flags is $00000150; 
  1131.     Name is "global"; 
  1132.     Enabled is false; Shown is false; Cursor is oEmptyCursor; 
  1133.     
  1134.     Width is 800; Height is 600; 
  1135.     
  1136.     
  1137.     Events is [
  1138.         cMouseUpEvent
  1139.         with Flags is $00000004; Flag is true; 
  1140.             Commands is [
  1141.                 cPixelTool_IfSystemCommand
  1142.                 with Flags is $00000004; 
  1143.                     Commands is [
  1144.                         cShowCommand
  1145.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1146.                         cRunCommand
  1147.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; Rewind is true; end,
  1148.                         cEnableCommand
  1149.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1150.                         cEnableCommand
  1151.                         with Flags is $00000004; Target is oglobal40; Mode is Clear; end,
  1152.                         cDragCommand
  1153.                         with Flags is $00000004; Target is ovid_o39; Mode is DragTo; X is 631; Y is 442; end,
  1154.                         cGrowCommand
  1155.                         with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 160; Y is 120; end,
  1156.                         cShowCommand
  1157.                         with Flags is $00000004; Target is ovid_o39; end,
  1158.                         cRunCommand
  1159.                         with Flags is $00000004; Target is ovid_o39; Rewind is true; end,
  1160.                         cEnableCommand
  1161.                         with Flags is $00000004; Target is ovid_o39; end
  1162.                     ];
  1163.                 end,
  1164.                 cPixelTool_IfSystemCommand
  1165.                 with Flags is $00000004; SetMode is IsWinTest; 
  1166.                     Commands is [
  1167.                         cShowCommand
  1168.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1169.                         cRunCommand
  1170.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; Rewind is true; end,
  1171.                         cEnableCommand
  1172.                         with Flags is $00000004; Target is ovid_o39; Mode is Clear; end,
  1173.                         cEnableCommand
  1174.                         with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
  1175.                         cDragCommand
  1176.                         with Flags is $00000004; Target is ovid_o39; Mode is DragTo; X is 615; Y is 418; end,
  1177.                         cGrowCommand
  1178.                         with Flags is $00000004; Target is ovid_o39; Mode is GrowTo; X is 176; Y is 144; end,
  1179.                         cShowCommand
  1180.                         with Flags is $00000004; Target is ovid_o39; end,
  1181.                         cRunCommand
  1182.                         with Flags is $00000004; Target is ovid_o39; Rewind is true; end,
  1183.                         cEnableCommand
  1184.                         with Flags is $00000004; Target is ovid_o39; end
  1185.                     ];
  1186.                 end
  1187.             ];
  1188.         end
  1189.     ];
  1190. end;